- PurplePluginPref
alias PurplePluginPref = _PurplePluginPref
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginPrefFrame
alias PurplePluginPrefFrame = _PurplePluginPrefFrame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePluginPrefType
alias PurplePluginPrefType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleStringFormatType
alias PurpleStringFormatType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_add_choice
alias da_purple_plugin_pref_add_choice = void function(PurplePluginPref* pref, const(char)* label, gpointer choice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_destroy
alias da_purple_plugin_pref_destroy = void function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_frame_add
alias da_purple_plugin_pref_frame_add = void function(PurplePluginPrefFrame* frame, PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_frame_destroy
alias da_purple_plugin_pref_frame_destroy = void function(PurplePluginPrefFrame* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_frame_get_prefs
alias da_purple_plugin_pref_frame_get_prefs = GList* function(PurplePluginPrefFrame* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_frame_new
alias da_purple_plugin_pref_frame_new = PurplePluginPrefFrame* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_bounds
alias da_purple_plugin_pref_get_bounds = void function(PurplePluginPref* pref, int* min, int* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_choices
alias da_purple_plugin_pref_get_choices = GList* function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_format_type
alias da_purple_plugin_pref_get_format_type = PurpleStringFormatType function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_label
alias da_purple_plugin_pref_get_label = const(char)* function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_masked
alias da_purple_plugin_pref_get_masked = gboolean function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_max_length
alias da_purple_plugin_pref_get_max_length = uint function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_name
alias da_purple_plugin_pref_get_name = const(char)* function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_get_type
alias da_purple_plugin_pref_get_type = PurplePluginPrefType function(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_new
alias da_purple_plugin_pref_new = PurplePluginPref* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_new_with_label
alias da_purple_plugin_pref_new_with_label = PurplePluginPref* function(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_new_with_name
alias da_purple_plugin_pref_new_with_name = PurplePluginPref* function(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_new_with_name_and_label
alias da_purple_plugin_pref_new_with_name_and_label = PurplePluginPref* function(const(char)* name, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_bounds
alias da_purple_plugin_pref_set_bounds = void function(PurplePluginPref* pref, int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_format_type
alias da_purple_plugin_pref_set_format_type = void function(PurplePluginPref* pref, PurpleStringFormatType format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_label
alias da_purple_plugin_pref_set_label = void function(PurplePluginPref* pref, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_masked
alias da_purple_plugin_pref_set_masked = void function(PurplePluginPref* pref, gboolean mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_max_length
alias da_purple_plugin_pref_set_max_length = void function(PurplePluginPref* pref, uint max_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_name
alias da_purple_plugin_pref_set_name = void function(PurplePluginPref* pref, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_plugin_pref_set_type
alias da_purple_plugin_pref_set_type = void function(PurplePluginPref* pref, PurplePluginPrefType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_add_choice
void purple_plugin_pref_add_choice(PurplePluginPref* pref, const(char)* label, gpointer choice)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_destroy
void purple_plugin_pref_destroy(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_add
void purple_plugin_pref_frame_add(PurplePluginPrefFrame* frame, PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_destroy
void purple_plugin_pref_frame_destroy(PurplePluginPrefFrame* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_get_prefs
GList* purple_plugin_pref_frame_get_prefs(PurplePluginPrefFrame* frame)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_new
PurplePluginPrefFrame* purple_plugin_pref_frame_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_bounds
void purple_plugin_pref_get_bounds(PurplePluginPref* pref, int* min, int* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_choices
GList* purple_plugin_pref_get_choices(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_format_type
PurpleStringFormatType purple_plugin_pref_get_format_type(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_label
const(char)* purple_plugin_pref_get_label(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_masked
gboolean purple_plugin_pref_get_masked(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_max_length
uint purple_plugin_pref_get_max_length(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_name
const(char)* purple_plugin_pref_get_name(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_type
PurplePluginPrefType purple_plugin_pref_get_type(PurplePluginPref* pref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new
PurplePluginPref* purple_plugin_pref_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_label
PurplePluginPref* purple_plugin_pref_new_with_label(const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_name
PurplePluginPref* purple_plugin_pref_new_with_name(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_name_and_label
PurplePluginPref* purple_plugin_pref_new_with_name_and_label(const(char)* name, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_bounds
void purple_plugin_pref_set_bounds(PurplePluginPref* pref, int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_format_type
void purple_plugin_pref_set_format_type(PurplePluginPref* pref, PurpleStringFormatType format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_label
void purple_plugin_pref_set_label(PurplePluginPref* pref, const(char)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_masked
void purple_plugin_pref_set_masked(PurplePluginPref* pref, gboolean mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_max_length
void purple_plugin_pref_set_max_length(PurplePluginPref* pref, uint max_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_name
void purple_plugin_pref_set_name(PurplePluginPref* pref, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_type
void purple_plugin_pref_set_type(PurplePluginPref* pref, PurplePluginPrefType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_add_choice
da_purple_plugin_pref_add_choice purple_plugin_pref_add_choice;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_destroy
da_purple_plugin_pref_destroy purple_plugin_pref_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_add
da_purple_plugin_pref_frame_add purple_plugin_pref_frame_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_destroy
da_purple_plugin_pref_frame_destroy purple_plugin_pref_frame_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_get_prefs
da_purple_plugin_pref_frame_get_prefs purple_plugin_pref_frame_get_prefs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_frame_new
da_purple_plugin_pref_frame_new purple_plugin_pref_frame_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_bounds
da_purple_plugin_pref_get_bounds purple_plugin_pref_get_bounds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_choices
da_purple_plugin_pref_get_choices purple_plugin_pref_get_choices;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_format_type
da_purple_plugin_pref_get_format_type purple_plugin_pref_get_format_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_label
da_purple_plugin_pref_get_label purple_plugin_pref_get_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_masked
da_purple_plugin_pref_get_masked purple_plugin_pref_get_masked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_max_length
da_purple_plugin_pref_get_max_length purple_plugin_pref_get_max_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_name
da_purple_plugin_pref_get_name purple_plugin_pref_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_get_type
da_purple_plugin_pref_get_type purple_plugin_pref_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new
da_purple_plugin_pref_new purple_plugin_pref_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_label
da_purple_plugin_pref_new_with_label purple_plugin_pref_new_with_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_name
da_purple_plugin_pref_new_with_name purple_plugin_pref_new_with_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_new_with_name_and_label
da_purple_plugin_pref_new_with_name_and_label purple_plugin_pref_new_with_name_and_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_bounds
da_purple_plugin_pref_set_bounds purple_plugin_pref_set_bounds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_format_type
da_purple_plugin_pref_set_format_type purple_plugin_pref_set_format_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_label
da_purple_plugin_pref_set_label purple_plugin_pref_set_label;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_masked
da_purple_plugin_pref_set_masked purple_plugin_pref_set_masked;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_max_length
da_purple_plugin_pref_set_max_length purple_plugin_pref_set_max_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_name
da_purple_plugin_pref_set_name purple_plugin_pref_set_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_plugin_pref_set_type
da_purple_plugin_pref_set_type purple_plugin_pref_set_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.